home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
gatosaltarin.swf
/
scripts
/
DefineButton2_33
/
BUTTONCONDACTION on(release, keyPress 5).as
Wrap
Text File
|
2007-09-28
|
912b
|
51 lines
on(release, keyPress "5"){
if(jumpFlg == "0")
{
jumpFlg = "1";
if("0" < eval("s" add stepNum))
{
direct = "1";
}
else
{
direct = "-1";
}
if(direct != olddirect)
{
setProperty("/player", _xscale, "-100");
}
olddirect = direct;
LastSetPos -= direct * "40";
tellTarget("player")
{
gotoAndPlay(2);
}
i = "1";
while(i < "8")
{
tellTarget("k" add i)
{
play();
}
i += "1";
}
tellTarget("kumo1")
{
play();
}
tellTarget("kumo2")
{
play();
}
tellTarget("bgGnd")
{
play();
}
tellTarget("hneko")
{
play();
}
setType = eval("s" add (stepNum + "5"));
}
}